ComponentOne Xamarin.Android
CanInsert Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : CanInsert Method
Syntax
'Declaration
 
Public Overridable Function CanInsert( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim index As Integer
Dim value As Boolean
 
value = instance.CanInsert(index)
public virtual bool CanInsert( 
   int index
)

Parameters

index
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members